Welcome![Sign In][Sign Up]
Location:
Search - Tcp socket

Search list

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:

[Proxy ServerTcp_Bridge

Description: simple tcp socket proy server
Platform: | Size: 423936 | Author: templar | Hits:

[Internet-NetworkSocket

Description: 内有UDP点对点聊天及TCP.UDP高级编程等相关的详细代码。从事网络编程开发及学习者值得借鉴。-Within the UDP peer-to-peer chat and have TCP.UDP high-level programming code and other related details. Engaged in the development of network programming and learners to learn.
Platform: | Size: 297984 | Author: wangxh | Hits:

[TCP/IP stacktext

Description: 一个简单的VC++ tcp 实现聊天 其中利用socket-A simple VC++ Tcp chat realize which use socket
Platform: | Size: 1024 | Author: 龙之吻 | Hits:

[JSP/JavaPro123

Description: 用JAVA编写的多线程TCP SOCKET程序,支持多客户端与服务器通讯,并且是用图形界面显示,里面的CLIENT.java就是客户端,SERVLET.java就是服务器程序,FACE是图形界面程序。-JAVA prepared using multi-threaded TCP SOCKET procedures, support multi-client and server communications, and is displayed using a graphical interface, which is the CLIENT.java client, SERVLET.java is the server program, FACE is a graphical interface program.
Platform: | Size: 35840 | Author: l | Hits:

[Internet-NetworkTCP

Description: 基于winsock实现的socket通信tcp/ip的服务端和客户端代码,可做测试时的模拟器。-Winsock-based communications socket to achieve the tcp/ip client service and client code, the simulator can be tested.
Platform: | Size: 101376 | Author: 粟立军 | Hits:

[Multimedia DevelopTcpChatServer

Description: 基于TCP socket的video/audio chat服务端程序,参考的好例子, 覆盖了socket, directx camera capture, audio play back-TCP socket on the video/audio chat server process, a good example of reference, covering the socket, directx camera capture, audio play back
Platform: | Size: 41984 | Author: jeff | Hits:

[Multimedia DevelopTcpChatClient

Description: 基于TCP socket的video/audio chat客户端程序,覆盖了socket, directx camera capture, audio play back-TCP socket on the video/audio chat client, covering the socket, directx camera capture, audio play back
Platform: | Size: 38912 | Author: jeff | Hits:

[Internet-NetworktcpServer

Description: tcp udp socket vc++ c#
Platform: | Size: 400384 | Author: jia | Hits:

[Internet-NetworksingleServerMultipleClientSrc

Description: C++下多线程TCPsocket通信程序-Multithread TCP Socket communication in C++
Platform: | Size: 37888 | Author: lishixiang | Hits:

[JSP/Javaawtcssdsadd

Description: 做了一大堆J2EE WEB应用之后,闲来无事决定研究一下桌面应用程序开发。 想了一下干脆做个Java版的星际,研究的对象就是星际的JS山寨版-JS星际。 看了几下,当机立断决定山寨之。。。。 后来经过无数个夜晚的煎熬终于完成了一部分,特来和大家分享一下。 暂时支持采矿,攻击,寻路,局域网对战. 虽然只能算一个Demo,但是用到了很多Java基础技术和算法: Java2D,双缓冲,A星寻路,粒子系统,动画效果,处理图片,Swing ui ,UDP,TCP/Socket. 另外这个程序也可以看出jre1.5和jre1.6之前的性能差别。-Done after a lot of J2EE WEB application,闲来无事decided to look into the development of desktop applications. 想了一下simply to be a Java version of the Star, the object of study is the interplanetary version of the JS cottage-JS Star. Read a few, decided to make a prompt decision on the cottage. . . . After countless nights of suffering has finally completed part and special to share with you. Temporary support for mining, attacks, routing, LAN war. Although the operator can only be a Demo, but use a lot of Java technology and algorithms based on: Java2D, double buffering, A Star Search Road, particle systems, animation, image processing, Swing ui, UDP, TCP/Socket. In addition this procedure can be seen jre1.5 and the performance difference before jre1.6.
Platform: | Size: 1500160 | Author: lll | Hits:

[Linux-UnixQue-Linux-Socket-Programming.pdf

Description: 一本描述tcp/ip编程的详细教程,包含各种方法的使用-a book describe tcp/ip program,include many kinds of methods
Platform: | Size: 3259392 | Author: libai | Hits:

[Internet-NetworkTCP_p2p

Description: tcp 点对点 聊天程序 ,学习的心得,这个东西说大不大,但 工程化的思想很好 -tcp peer-to-peer chat program, learning experiences
Platform: | Size: 80896 | Author: 乔木 | Hits:

[TCP/IP stackeasySwtQQ

Description: 编写一个TCP Socket程序,采用SWT图形化的界面实现,类似于简易的QQ.-This is a java program based on TCP Socket, it uses the swt to realize the UI, and it is similar to an easy QQ.
Platform: | Size: 27648 | Author: 彭霸天 | Hits:

[Windows Developtcp

Description: tcp 通讯包含客户端和服务器端,Windows下的socket实现-tcp communication contains client and server, Windows under the socket to achieve
Platform: | Size: 443392 | Author: zhangzongfeng | Hits:

[TCP/IP stackSocket

Description: 主要是进行socket建立Tcp/ip传输,并且也可以进行UDP的传输-Socket is mainly carried out to establish Tcp/ip transmission, and will be able to conduct UDP transmission
Platform: | Size: 21504 | Author: asas | Hits:

[Internet-NetworkSOCKET-TCP

Description: 该协议建立在TCP/IP基础之上,能够保证高可靠性的文件传输。本程序是FTP客户端软件的开发实例-The agreement built on the TCP/IP based, to ensure high reliability of the file transfer. This procedure is a FTP client software examples
Platform: | Size: 1231872 | Author: 彭府 | Hits:

[Windows Developtestserver

Description: tcp通信 客户端发送tcp请求 服务器做出响应-tcp socket
Platform: | Size: 4096 | Author: 严乔 | Hits:

[TCP/IP stackClient-server_socket

Description: this is file for Client server socket TCP
Platform: | Size: 3072 | Author: fairnando87 | Hits:

[JSP/JavaSocket

Description: 用Java Socket完成如下功能:建立客户端和服务器端通讯,服务器端地址为本地端口自拟。两端以TCP形式通讯,假设客户端Class叫Client,服务器端Class叫Server。当运行 java Client Hello时,服务器端能接受客户发来的Hello字符并打印”Receive Hello”然后返回给客户端“How r u doing”字符串 客户端收到后打印”Received How are you doing”. 此时服务器端服务始终运行并未停止并等待其他Socket连接(客户端运行一次可以停止),直到客户运行 java Client Bye时 服务器端收到”Bye”并打印”I don’t wanna die”后 服务器停止运行。-Java Socket complete with the following functions: the establishment of client and server communications, server-side address of the local port from be. TCP in the form of communication at both ends, assuming that the client Class called Client, server-side Class called Server. Java Client Hello When running, the server can accept Hello Guest sent characters and print the " Receive Hello" and then go back to the client " How ru doing" string after the client received print " Received How are you doing" . This When running server-side service is not always stop and wait for the other Socket connection (the client can stop a run), until the customer is running java Client Bye received at the server-side " Bye" and print " I don' t wanna die" after the server to stop run.
Platform: | Size: 32768 | Author: wangdan | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net